home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / srcbkvt.zip / 20_20_4.ZIP / VMONFRM.DFM / VMONFRM.txt
Text File  |  1996-04-02  |  1KB  |  57 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 102
  4.   Width = 282
  5.   Height = 169
  6.   Caption = 'Checkin Status Monitor'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object C: TLabel
  15.     Left = 40
  16.     Top = 32
  17.     Width = 88
  18.     Height = 13
  19.     Caption = 'Current Key Value:'
  20.   end
  21.   object Key: TEdit
  22.     Left = 136
  23.     Top = 32
  24.     Width = 49
  25.     Height = 21
  26.     TabOrder = 0
  27.     OnChange = KeyChange
  28.   end
  29.   object ReadButton: TButton
  30.     Left = 16
  31.     Top = 80
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'Read'
  35.     TabOrder = 1
  36.     OnClick = ReadButtonClick
  37.   end
  38.   object UpdateButton: TButton
  39.     Left = 168
  40.     Top = 80
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Update'
  44.     Enabled = False
  45.     TabOrder = 2
  46.     OnClick = UpdateButtonClick
  47.   end
  48.   object SharedMemory: TShareMem
  49.     Count = 4
  50.     Size = 32
  51.     Filename = 'c:\share.me'
  52.     DeleteFlag = False
  53.     Left = 120
  54.     Top = 80
  55.   end
  56. end
  57.